home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
ForCLI
/
Input11.lha
/
Exemple
next >
Wrap
Text File
|
1995-04-12
|
209b
|
11 lines
;$VER:Small script to show how to use Input
ECHO ""
ECHO "Please enter a directory name > " NOLINE
Input DirName
ECHO ""
ECHO "The directory $DirName contents : "
ECHO ""
DIR $DirName
ECHO ""
UNSETENV DirName